home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / table_so.swf / scripts / DefineButton2_17 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2007-03-21  |  114 b   |  5 lines

  1. on(press){
  2.    dragging = true;
  3.    startDrag(this,0,radius,radius,movieWIDTH - radius,movieHEIGHT - radius);
  4. }
  5.